vendor/golang.org/x/text/unicode/norm.normWriter.buf (field)

11 uses

	vendor/golang.org/x/text/unicode/norm (current package)
		readwriter.go#L12: 	buf []byte
		readwriter.go#L30: 		w.buf = doAppend(&w.rb, w.buf, 0)
		readwriter.go#L36: 		i := lastBoundary(&w.rb.f, w.buf)
		readwriter.go#L41: 			if _, err = w.w.Write(w.buf[:i]); err != nil {
		readwriter.go#L44: 			bn := copy(w.buf, w.buf[i:])
		readwriter.go#L45: 			w.buf = w.buf[:bn]
		readwriter.go#L53: 	if len(w.buf) > 0 {
		readwriter.go#L54: 		_, err := w.w.Write(w.buf)